github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/libkbfs/default_blocks_in_mem_cache_386.go (about) 1 // Copyright 2017 Keybase Inc. All rights reserved. 2 // Use of this source code is governed by a BSD 3 // license that can be found in the LICENSE file. 4 5 //go:build 386 6 // +build 386 7 8 package libkbfs 9 10 // DefaultBlocksInMemCache is the number of blocks we should keep in 11 // the cache. We turn this way down for 32-bit builds to avoid 12 // overflowing the low memory limits. 13 const DefaultBlocksInMemCache = 128