Skip to content

Instantly share code, notes, and snippets.

@nrb
Created January 27, 2023 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/ba1ab278ac947e1a7e8c2ca5ca545c56 to your computer and use it in GitHub Desktop.
Save nrb/ba1ab278ac947e1a7e8c2ca5ca545c56 to your computer and use it in GitHub Desktop.
GoLand build/debug settigns for KCP
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunManager" selected="Go Build.kcp">
<configuration name="kcp" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="kcp" />
<working_directory value="$PROJECT_DIR$" />
<parameters value="start -v=2 --token-auth-file=test/e2e/framework/auth-tokens.csv --profiler-address=:6060 --audit-log-path=.kcp/audit.log --audit-log-maxsize=1024 --audit-log-mode=batch --audit-log-batch-max-wait=1s --audit-log-batch-max-size=1000 --audit-log-batch-buffer-size=10000 --audit-log-batch-throttle-burst=15 --audit-log-batch-throttle-enable=true --audit-log-batch-throttle-qps=10 --audit-policy-file=.kcp/audit-policy.yaml" />
<envs>
<env name="UNSAFE_E2E_HACK_DISABLE_ETCD_FSYNC" value="1" />
</envs>
<kind value="PACKAGE" />
<package value="github.com/kcp-dev/kcp/cmd/kcp" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$" />
</configuration>
</component>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment