Hello from Germany ,
I need help with my application server.
How can I change the value of the Non-Heap Space Memory? The used value always displayed in red and not in green!
You can see this in the attachment…
Hello from Germany ,
I need help with my application server.
How can I change the value of the Non-Heap Space Memory? The used value always displayed in red and not in green!
You can see this in the attachment…
Don’t worry about that. As you can see ‘max non-heap’ is 0K. Not Okey but Zero K.
That’s why it’s red. That memory is componsed of more memory areas and the max is unbounded/not relevant there.
I created a case (SVY-7082) to remove the red coloring and maybe give there more details per memory pool type (some might be useful like perm gen/metaspace).
also i see you are running java 8
thats why max 0K is reported, java 8 doesn’t have the none heap anymore, that is now all one
So yes we should just fix this on the admin page by not displaying none heap if you are running java 8
Ok, i thought it was a problem with my configuration. Our customer complains about slow navigation througt the forms and framework. Is there any possibility to tune up the performance on my application server
There is no special config that would generally make it work faster…
You have to find the ‘bottleneck’. See what is the reason it takes long. A few ideas:
You could also end up concluding that it just takes a long time because there’s loads of content in the page. In which case you might want to show less-at-a-time.
Like having 3 table-views showing lots of records with hundreds of columns, then some media, …