Thread: [Declined] Troubleshoot Java Memory Leaks
View Single Post
  #3  
Old 20.04.2021, 13:46
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 281
Default

Quote:
your system does not have enough memory to perform the task
It tells me nothing: especially when I don't know how much physical memory a computer requires? 32 GB 64 GB 128 GB.
Some people don't know that the more physical memory, the large or page pool size of exchange must be.
So why don't I see any error in the system when I set the recommended virtual memory to 1.5x Physical Memory.
So for 32 GB you need to set 48 GB of virtual memory. Of course, setting very large virtual memory on a very fast next-generation SSD drive does not slow down your computer at all.
On ordinary HDD, this is only noticeable very large slowdowns.
Now I only use fast SSD, HDD (disk) is a thing of the past.
Then I never see a errors (resources exhausted).
But how do you imagine taking up so much space on an SSD?
The total size is insufficient for the applications and services used.

If there really aren't any memory leaks, how do you understand this extensive article on memory leaks in Java or a program written in Java? **External links are only visible to Support Staff****External links are only visible to Support Staff**

https://postimg.cc/gallery/yBwFksJ

Last edited by Student im ersten Jahr; 20.04.2021 at 14:01. Reason: Links
Reply With Quote