mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 03:52:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package automemlimit
 | |
| 
 | |
| import (
 | |
| 	"log/slog"
 | |
| 
 | |
| 	"github.com/KimMachineGun/automemlimit/memlimit"
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	memlimit.SetGoMemLimitWithOpts(
 | |
| 		memlimit.WithLogger(slog.Default()),
 | |
| 	)
 | |
| }
 |