chore: update libcosmic with mmap threshold fix
This commit is contained in:
parent
17b0c665e7
commit
64c591ed19
4 changed files with 34 additions and 95 deletions
|
|
@ -137,6 +137,11 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
settings = settings.size_limits(Limits::NONE.min_width(360.0).min_height(180.0));
|
||||
settings = settings.exit_on_close(false);
|
||||
|
||||
#[cfg(feature = "jemalloc")]
|
||||
{
|
||||
settings = settings.default_mmap_threshold(None);
|
||||
}
|
||||
|
||||
let flags = Flags {
|
||||
config_handler,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue