meskibob wrote:http://www.ps3mediaserver.org/forum/viewtopic.php?f=6&t=3507&start=30#p41214
Thanks once again. Regarding my problem running PMS as a service, I noticed after checking again, that I changed the wrapper.conf line >
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1536
This was causing the error described in my previous post. So, to fix it, I changed it so it now reads:
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1300
Is there a way to increase the wrapper.java.maxmemory to 1536 or more, considering that I have 8Gb in RAM. I think this has something to do with the wrapper using java32 instead of java64. But I haven't found a way to make it use java64 so that I can increase the maxmerory above 1300.