knightliao / disconf

Distributed Configuration Management Platform(分布式配置管理平台)
http://disconf.readthedocs.io/
Apache License 2.0
5.56k stars 2.29k forks source link

linux环境下循环重启 #332

Open Mrwb opened 7 years ago

Mrwb commented 7 years ago

disconf.properties配置

disconf.enable.remote.conf=true

disconf.conf_server_host=192.168.2.23

disconf.version=1.0

disconf.app=noitomoa

disconf.env=rd

disconf.ignore=

disconf.conf_server_url_retry_times=1

disconf.conf_server_url_retry_sleep_seconds=1

disconf.user_define_download_dir=/disconf/download

disconf.enable_local_download_dir_in_class_path=true

application.xml配置

在window环境下可以自动reload,在linux下直接无限重启,直到内存溢出。求解