mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
tweak lua gc
lua C++ bindings require ~400KB worth of tables now; so bump memory available to rt-safe scripts (full interpreter) to 2MB. Also switch to incremental GC.
This commit is contained in:
parent
aee63fe5a3
commit
a2f249d1d7
4 changed files with 21 additions and 4 deletions
|
|
@ -34,6 +34,8 @@ public:
|
|||
int do_command (std::string);
|
||||
int do_file (std::string);
|
||||
void collect_garbage ();
|
||||
void collect_garbage_step ();
|
||||
void tweak_rt_gc ();
|
||||
|
||||
sigc::signal<void,std::string> Print;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue