mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 14:38:58 +00:00
10 lines
133 B
Go
10 lines
133 B
Go
|
package automemlimit
|
||
|
|
||
|
import (
|
||
|
"github.com/KimMachineGun/automemlimit/memlimit"
|
||
|
)
|
||
|
|
||
|
func init() {
|
||
|
memlimit.SetGoMemLimitWithEnv()
|
||
|
}
|