You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added logging support to memory operations. By default this is
turned off but you can enable them by setting the AF_TRACE
environment variable to 'mem'. Other components can also be
added in a later commit
This is implemented using the spdlog library.
When AF_MAX_BUFFERS is set, this environment variable specifies the maximum number of buffers allocated before garbage collection kicks in.
180
+
When AF_MAX_BUFFERS is set, this environment variable specifies the maximum
181
+
number of buffers allocated before garbage collection kicks in.
162
182
163
-
Please note that the total number of buffers that can exist simultaneously can be higher than this number. This variable tells the garbage collector that it should free any available buffers immediately if the treshold is reached.
183
+
Please note that the total number of buffers that can exist simultaneously can
184
+
be higher than this number. This variable tells the garbage collector that it
185
+
should free any available buffers immediately if the treshold is reached.
0 commit comments