PeopleSoft Performance Guidelines
I'm going through PeopleSoft_Performance_Guidelines_November2022.pdf document, on page 56-57 Push Notification Framework, "SE_QUEUE_SIZE" parameter was mentioned.
'The default value for "SE_QUEUE_SIZE" is 1000. Increasing this number can increase Server Side Event sending throughput, but will also increase the web server JVM's heap usage. When tuning the "SE_QUEUE_SIZE" value, monitor the web server's JVM heap size usage, and adjust the web server JVM "-XX:NewSize","-XX:MaxNewSize", "-Xms" and "-Xmx" to the suitable size.'
How can I update SE_QUEUE_SIZE value?