Due to increase in size of the geoip.dat
file recently, devices with insufficient ROM/RAM are experiencing difficulties in using V2Ray. The solution is as follows:
* For RAM insufficient devices: Enable the Geodata loader optimized for memory-constrained devices by setting the environment variable V2RAY_CONF_GEOLOADER
to value memconservative
. For more details, see [documentation](https://www.v2fly.org/config/env.html#geodata-%E6%96%87%E4%BB%B6%E5%8A%A0%E8%BD%BD%E5%99%A8).
* For ROM insufficient devices:
* Use the newly added GeoIP file geoip-only-cn-private.dat
in the zip package or download it from [release page](https://github.com/v2fly/geoip/releases), which only contains GeoIP list geoip:cn
and geoip:private
, or
* Customize your own GeoIP file via project [v2fly/geoip](https://github.com/v2fly/geoip).
>>Click here to continue<<