summaryrefslogtreecommitdiff
blob: c3e6e681b8858e274bc31639b0add0d1d566bcc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LXD_OPTIONS=""

# Group which owns the shared socket
LXD_OPTIONS="${LXD_OPTIONS} --group lxd"



# Enable cpu profiling into the specified file
#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile ''"

# Enable memory profiling into the specified file
#LXD_OPTIONS="${LXD_OPTIONS} --memprofile ''"



# Enables debug mode
#LXD_OPTIONS="${LXD_OPTIONS} --debug"

# For debugging, print a complete stack trace every n seconds
#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5"

# Enables verbose mode
#LXD_OPTIONS="${LXD_OPTIONS} -v"