Hi, I would like to ask you about possibility to connect to database with other than system account. would that be possible? right now i`m always getting java.lang.OutOfMemoryError: Java heap space.
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I would like to ask you about possibility to connect to database with other than system account. would that be possible? right now i`m always getting java.lang.OutOfMemoryError: Java heap space.
thank you
Hi!
Yes, you can use monitor user, see https://github.com/akardapolov/ASH-Viewer/blob/master/user_privs.sql
Increase java max heap size up to 512 Mb using parameter -Xmx512m, see run.bat/run.sh script.
Thanks,
Alex.