Skip to content

RAM Allocation on RPI 4 #1706

Answered by tylerjwatson
SiggySmalls asked this question in Q&A
Discussion options

You must be logged in to vote

tl;dr: we have no tunables for how much memory TShock can use.

Hi,
Memory helps computers remember things and have no variables on performance. I think you are misconstruing what the purpose of memory is for in a computer and conflating lack of memory usage to poor performance. The only reason that memory would ever affect the performance of an application is because the kernel (in your case Linux itself) is swapping in virtual memory to/from a disk. Because the device in question is a Raspberry Pi I am going to assume that swapping is not enabled because it will kill an SD card in weeks, if not days.

I can understand your question from another perspective though, and that is this: Why …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SiggySmalls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants