首页 > 编程语言 > 详细

设置OpenDJ的JAVA运行内存

时间:2016-01-28 16:53:41      阅读:640      评论:0      收藏:0      [点我收藏+]

设置OpenDJJAVA运行内存:

修改java虚拟机参数配置文件java.properties,例如文件位置在/home/bjca_user/bjca/OpenDJ-2.4.6/config/java.properties

将overwrite-env-java-args=false 改成overwrite-env-java-args=true

修改start-ds.java-args项,根据服务器实际情况配置JAVA内存,例如: start-ds.java-args=-Xms1024m -server

 

linux系统服务中增加OpenDJ,实现OpenDJ随系统启动,同时重启OpenDJ服务让之前修改的配置生效。进入bin目录,例如:/home/bjca_user/bjca/OpenDJ-2.4.6/bin,运行如下命令:

#sudo create-rc-script --outputFile /etc/init.d/opendj

#chkconfig --add opendj

 

#service opendj stop

#service opendj start

 

First.It is really my honor to have this opportunity for an interview.

 I hope I can make a good performance today.  

Now I will introduce myself briefly.  I am WuYuxiang,and  25 years old, born in HeiLongJiang province.

 I graduated from Harbin University of Commerce.

 My major is information management and system.

 And I got my bachelor degree after my graduation in the year of  two thousand and thirteen. 

 

In July two thousand and thirteen, I began working in BeiJing Certificate Authority. 

In the past two years I gain a lot experience from working in that company.

Because some personal problems,I  decided to come to dalian.

 I think I‘m a good team player and a person of great honesty to others. Also,I am able to work under great 

pressure. I am confident that I am qualified for the post of engineer in your company. 

 

That’s all. Thank you for giving me the chance.

设置OpenDJ的JAVA运行内存

原文:http://www.cnblogs.com/wuyuxiang/p/5166520.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!