mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
46 lines
938 B
INI
46 lines
938 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
# FileBot system properties
|
|
-DthreadPool=8
|
|
-Dunixfs=false
|
|
|
|
# proxy settings
|
|
# -Dhttp.proxyHost=localhost
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
# disable analytics
|
|
# -no-analytics
|
|
|
|
# do not use native shell for move/copy operations
|
|
-DuseNativeShell=false
|
|
|
|
# use NTFS extended attributes for storing metadata
|
|
-DuseExtendedFileAttributes=false
|
|
|
|
# memory settings
|
|
-Xms64m
|
|
-Xmx512m
|
|
|
|
# http connection timeouts
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
|
|
|
# look for native libs here
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
# force english locale
|
|
-Dfile.encoding=UTF-8
|
|
-Duser.country=US
|
|
-Duser.country.format=US
|
|
-Duser.language=en
|
|
-Duser.language.format=en
|
|
|
|
# disable HW acceleration
|
|
-Dsun.java2d.d3d=false
|
|
|
|
# force platform L&F
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|