mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	[MEM] increase memory pool (#1062)
This commit is contained in:
		@@ -95,7 +95,7 @@ void ogs_pkbuf_default_init(ogs_pkbuf_config_t *config)
 | 
			
		||||
    config->cluster_128_pool = 65536;
 | 
			
		||||
    config->cluster_256_pool = 16384;
 | 
			
		||||
    config->cluster_512_pool = 4096;
 | 
			
		||||
    config->cluster_1024_pool = 1024;
 | 
			
		||||
    config->cluster_1024_pool = 2048;
 | 
			
		||||
    config->cluster_2048_pool = 512;
 | 
			
		||||
    config->cluster_8192_pool = 512;
 | 
			
		||||
    config->cluster_big_pool = 8;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user