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.

  • 相关阅读:
    HelpersSimpleCurl
    HelpersSessions
    HelpersReservedWords
    关于Java加载属性文件放在web容器不好使的解决办法
    (更新)Java + 腾讯企业邮箱 + javamail + SSL 发送邮件
    Java + 腾讯企业邮箱 + javamail + SSL 发送邮件
    struts2实现改变超链接的显示方式
    struts2 的正则表达式验证不起作用解决办法
    Hibernate5.1.0的hello word
    hibernateTools插件安装
  • 原文地址:https://www.cnblogs.com/wuyuxiang/p/5166520.html
Copyright © 2011-2022 走看看