| Summary: | Openshift auto-logouts user if command takes too long/RAM/CPU | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | lucas0033 <lucas0033> |
| Component: | oc | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | CLOSED NOTABUG | QA Contact: | Wei Sun <wsun> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | aos-bugs, jokerman, mmccomas, vdinh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-12 17:25:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
lucas0033@gmail.com
2016-03-20 20:35:43 UTC
Hi Lucas, The timeout and out-of-memory ssh connection closed is rather expected behavior unfortunately. For the timeout issue, you can try to get around: unset TMOUT export TMOUT=2880000 Remember that you will do those commands every time you log in. For the memory constrain, unfortunately, there is no way (as I know of) to work around. The RAM for small gear is rather limited (512MB). I highly recommend you to upgrade to medium gear at least to avoid that issue. This memory constrain also happens if you install some big packages as well. The medium or larger gears are better fit for those. I hope this helps. Thanks, Viu |