mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-21 13:09:10 -06:00
10 lines
133 B
Go
10 lines
133 B
Go
package automemlimit
|
|
|
|
import (
|
|
"github.com/KimMachineGun/automemlimit/memlimit"
|
|
)
|
|
|
|
func init() {
|
|
memlimit.SetGoMemLimitWithEnv()
|
|
}
|