zoukankan      html  css  js  c++  java
  • 设置OpenDJ的JAVA运行内存

    设置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.

  • 相关阅读:
    [转]在C#中使用异步Socket编程实现TCP网络服务的C/S的通讯构架(一)
    Ubuntu操作系统安装使用教程 转载
    ArcInfo和MapInfo的比较 转 http://www.cnblogs.com/njnudt/archive/2007/07/18/821974.html
    jxl导出excel
    flex 图表
    telnet/ssh基本知识
    flex 判断数据类型的几种方法
    友人记
    16进制颜色表
    Ajax不能提交excel
  • 原文地址:https://www.cnblogs.com/wuyuxiang/p/5166520.html
Copyright © 2011-2022 走看看