kezhenxu94 opened a new pull request, #11247: URL: https://github.com/apache/skywalking/pull/11247
- [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #<issue number>. - [x] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md). When the following cases are met, the OOM exception will be thrown in startup: - `CLASSPATH` env var is not set, mostly (if not always) this won't be set by users. - the startup script is executed under the `/`, e.g. ```shell cd / /usr/local/skywalking/bin/oapService.sh ``` OOM will be thrown. This is always the case when you execute the service in systemd service and didn't set the working path. FYI @rabajaj0509 -- 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]
