mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 10:52:25 -05:00
[chore]: Bump github.com/KimMachineGun/automemlimit from 0.4.0 to 0.5.0 (#2560)
This commit is contained in:
parent
4e0488acfe
commit
a858831387
18 changed files with 513 additions and 108 deletions
10
vendor/github.com/pbnjay/memory/stub.go
generated
vendored
Normal file
10
vendor/github.com/pbnjay/memory/stub.go
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// +build !linux,!darwin,!windows,!freebsd,!dragonfly,!netbsd,!openbsd
|
||||
|
||||
package memory
|
||||
|
||||
func sysTotalMemory() uint64 {
|
||||
return 0
|
||||
}
|
||||
func sysFreeMemory() uint64 {
|
||||
return 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue