Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator fails on start - insufficient memory #95

Open
pavel-trubitsyn opened this issue Jun 9, 2023 · 1 comment
Open

Operator fails on start - insufficient memory #95

pavel-trubitsyn opened this issue Jun 9, 2023 · 1 comment

Comments

@pavel-trubitsyn
Copy link

Hello, I'm trying to deploy Openunison-operator from Helm as described in docs.

helm install openunison tremolo/openunison-operator --namespace openunison
After start it fails due low resources. If I increase resources limits (2Gi, 2cpu), it returns the following:

[0.002s][warning][os,thread] Failed to start thread "GC Thread#0" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.

There is insufficient memory for the Java Runtime Environment to continue.

Cannot create worker GC thread. Out of system resources.

An error report file with more information is saved as:

/tmp/hs_err_pid1.log

Could someone help me to resolve the issue, thanks

@mlbiam
Copy link
Contributor

mlbiam commented Jun 9, 2023

hm, what kind of hardware is the node running on? The operator shouldn't need more then a few hundred mb of memory and 2cpu limit seems way more then needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants