gerlowskija commented on code in PR #4775: URL: https://github.com/apache/solr/pull/4775#discussion_r3863893139
########## solr/solr-ref-guide/modules/deployment-guide/pages/jvm-settings.adoc: ########## @@ -78,6 +78,10 @@ Many of the system environment variables include Java settings, and these can be The Java Properties screen, however, provides easy access to all the properties of the JVM running Solr, including the classpaths, file encodings, JVM memory settings, operating system, and more. +The same information is available from the Node Properties API: `GET /solr/admin/info/properties` (v1) or `GET /api/node/properties` (v2). Review Comment: L72 above mentions /admin/info/system as a way to get related JVM information. Maybe this content would fit in a bit better up there, instead of in this section focused mainly on the Admin UI screen? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
