繁体   English   中英

up:无法为对象堆保留足够的空间。 无法创建Java虚拟机

[英]Puppet: Could not reserve enough space for object heap. Could not create the Java virtual machine

当我尝试在masternode上运行清单时,我的puppetmaster出现以下两个错误:

change from absent to latest failed: Execution of '/usr/bin/keytool -importcert 
-noprompt -alias puppetca -file /etc/puppetlabs/puppet/ssl/certs/ca.pem 
-keystore /etc/puppetlabs/activemq/broker.ts -trustcacerts' returned 1: 
Error occurred during initialization of VM Could not reserve enough space for 
object heap Could not create the Java virtual machine.

和...

change from absent to latest failed: Execution of '/usr/bin/keytool 
-importkeystore -srcstoretype PKCS12 -destkeystore 
 /etc/puppetlabs/activemq/broker.ks -srckeystore 
 /tmp/domain.com.20130221-957-17scina-0 -alias domain.com' returned 1: 
 Error occurred during initialization of VM Could not reserve enough space 
 for object heap Could not create the Java virtual machine.

(我已将域更改为domain.com)

我试图设置activemq_heap_mb参数,但这无济于事。

我感谢任何建议:)

谢谢

您可以尝试将-Xmx128m添加到keytool命令中。

如果仍然出现错误,请尝试-Xmx256m或-Xmx512m

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM