mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
10 lines
133 B
Go
10 lines
133 B
Go
package automemlimit
|
|
|
|
import (
|
|
"github.com/KimMachineGun/automemlimit/memlimit"
|
|
)
|
|
|
|
func init() {
|
|
memlimit.SetGoMemLimitWithEnv()
|
|
}
|