Hi again, About excessive usage of RAM: http://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/test/audio/osc/ags_functional_osc_server_test.c?h=2.1.x#n498 The test does enable network monitoring of ags-peak recall. The FFTW created buffer is send for 16 channels across the loopback device, 30 times per second with buffer-size of 256 during 20 seconds. Note the client and the server uses 128 KB chunks. This is basically some math: 16 * 20 * 30 * 131072 = 1258291200 Well, the test doesn't free any memory. During transmission 1.2GB are allocated. Bests, Joël On Sun, Jan 27, 2019 at 9:35 AM Matthias Klose