Thread: Memory Usage
View Single Post
  #90  
Old 29.11.2009, 20:35
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Quote:
Originally Posted by drbits View Post
Is the Link List in memory, not in the database and read as needed? If the Link List is in memory, that can explain most of my memory problems.
Edit by Jiaz: log is in memory, not on disk! if you dont need log, disable it

Java should use more memory on computers with more memory, but not 2/3 of memory. I see log entries about memory errors if I change the -XMx option to -Xmx384m, but -Xmx468m seems to work fine.
Edit by Jiaz: jd cannot use more than 512mb heap by default. more = memleak in windows/java/firewall/virusscanner. .Xmx384 works fine here and so do 200
see comments
__________________
JD-Dev & Server-Admin
Reply With Quote