| Summary: | [performance] encounter failure frequently when try to create jbosseap-6 app | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> | ||||
| Component: | ImageStreams | Assignee: | Jason DeTiberus <jdetiber> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.0.0 | CC: | bleanhar, jpazdziora, tiwillia | ||||
| 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-07 15:42:01 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: | |||||
| Attachments: |
|
||||||
|
Description
Gaoyun Pei
2013-12-16 09:15:43 UTC
Created attachment 837158 [details]
mcollective.log
This issue could be reproduced on my performance testing env with puddle 2.1.z/2014-05-29.3. When trying to create a jbosseap-6 application, would get failed as following: ... Using jbosseap-6 (JBoss Enterprise Application Platform 6) for 'jbosseap' Application Options ------------------- Domain: 00 Cartridges: jbosseap-6 Gear Size: default Scaling: no Creating application 'app1' ... Starting jbosseap cartridge Found 127.10.197.129:8080 listening port Found 127.10.197.129:9999 listening port Failed to execute: 'control start' for /var/lib/openshift/53a007cb34c48ce9ee0000ce/jbosseap Terminated (core dumped) After making some changes in /etc/openshift/resource_limits.conf as BZ#1043414 said, this issue disappeared, jbosseap-6 app could always be created. limits_nproc=500 memory_limit_in_bytes=5368709120 # 5G memory_memsw_limit_in_bytes=5473566720 # 5G + 100M (100M swap) *** Bug 1110162 has been marked as a duplicate of this bug. *** (In reply to Gaoyun Pei from comment #4) > > After making some changes in /etc/openshift/resource_limits.conf as > BZ#1043414 said, this issue disappeared, jbosseap-6 app could always be > created. > limits_nproc=500 > memory_limit_in_bytes=5368709120 # 5G > memory_memsw_limit_in_bytes=5473566720 # 5G + 100M (100M swap) For the record, in nonconcurrent situation on OSE 2.1, the limits_nproc change was sufficient -- bug 1110162 comment 10. |