I started using FS3 DLSS on my RTX 3060Ti early this week and I think I won't go back, unless I find that the DXGI error I am getting and freezes my PC when it happens, but *only* when using the A2A Comanche, turns out to be a general error and not (as I think it is) addon-related...
Updating your DLSS file can get you better FPS and smoother performance. A lot of the grumpy sorts will swear it isn't so, but it's helped a ton of pilots get better sim performance. It's simple, the swapper does it for you. And there's no downside.
However, it's possible that my previous version (3.7.0) wasn't configured correctly (I had set the DLSS profile F in the MSFS Nvidia Inspector profile rather than the Global Settings). Not sure if that's what made a difference.
The directory that will be prepended to relative paths in optionsspecifying config files controlled by Galaxy (such asshed_tool_config_file, etc.). Must be writable by the user runningGalaxy. Defaults to / if running Galaxy from sourceor /config otherwise.
The directory that will be prepended to relative paths in optionsspecifying Galaxy data/cache directories and files (such as thedefault SQLite database, file_path, etc.). Defaults to database/if running Galaxy from source or /data otherwise.
If large database query results are causing memory or responsetime issues in the Galaxy process, leave the result on the serverinstead. This option is only available for PostgreSQL and ishighly recommended.
If auto-creating a postgres database on startup - it can be basedon an existing template database. This will set that. This isprobably only useful for testing but documentation is includedhere for completeness.
Log number of SQL queries executed and total time spentdispatching SQL statements for each web request. If statsd is alsoenabled this information will be logged there as well. This shouldbe considered somewhat experimental, we are unsure of theperformance costs of running this in production. This is usefulinformation for optimizing database interaction performance.Similar information can be obtained on a per-request basis byenabling the sql_debug middleware and adding sql_debug=1 to arequest string.
Enables a per request sql debugging option. If this is set totrue, append ?sql_debug=1 to web request URLs to enable detailedlogging on the backend of SQL queries generated during thatrequest. This is useful for debugging slow endpoints duringdevelopment.
Tool config files, defines what tools are available in Galaxy.Tools can be locally developed or installed from Galaxy toolsheds. (config/tool_conf.xml.sample will be used if left unset andconfig/tool_conf.xml does not exist). Can be a single file, a listof files, or (for backwards compatibility) a comma-separated listof files.The value of this option will be resolved with respect to.
Tool config file for tools installed from the Galaxy Tool Shed.Must be writable by Galaxy and generally should not be edited byhand. In older Galaxy releases, this file was part of thetool_config_file option. It is still possible to specify this file(and other shed-enabled tool config files) in tool_config_file,but in the standard case of a single shed-enabled tool config,this option is preferable. This file will be created automaticallyupon tool installation, whereas Galaxy will fail to start if anyfiles in tool_config_file cannot be read.The value of this option will be resolved with respect to.
This option is deprecated. In previous releases this file wasmaintained by tool migration scripts that are no longer part ofthe code base. The option remains as a placeholder for deploymentswhere these scripts were previously run and such a file exists.The value of this option will be resolved with respect to.
File that contains the XML section and tool tags from all toolpanel config files integrated into a single file that defines thetool panel layout. This file can be changed by the Galaxyadministrator to alter the layout of the tool panel. If notpresent, Galaxy will create it.The value of this option will be resolved with respect to.
Various dependency resolver configuration parameters will havedefaults set relative to this path, such as the default condaprefix, default Galaxy packages path, legacy tool sheddependencies path, and the dependency cache directory.Set the string to null to explicitly disable tool dependencyhandling. If this option is set to none or an invalid path,installing tools with dependencies from the Tool Shed or in Condawill fail.The value of this option will be resolved with respect to.
You must set this to true if conda_prefix andjob_working_directory are not on the same volume, or some condadependencies will fail to execute at job runtime. Conda will copypackages content instead of creating hardlinks or symlinks. Thiswill prevent problems with some specific packages (perl, R), atthe cost of extra disk space usage and extra time spent copyingpackages.
Path to a file that provides a mapping from abstract packages toconcrete conda packages. Seeconfig/local_conda_mapping.yml.sample for examples.The value of this option will be resolved with respect to.
Path to a file that provides a mapping from abstract packages tolocally installed modules. Seeconfig/environment_modules_mapping.yml.sample for examples.The value of this option will be resolved with respect to.
Certain dependency resolvers (namely Conda) take a considerableamount of time to build an isolated job environment in thejob_working_directory if the job working directory is on a networkshare. Set this option to true to cache the dependencies in afolder. This option is beta and should only be used if youexperience long waiting times before a job is actually submittedto your cluster.This only affects tools where some requirements can be resolvedbut not others, most modern best practice tools can use prebuiltenvironments in the Conda directory.
By default, when using a cached dependency manager, thedependencies are cached when installing new tools and when usingtools for the first time. Set this to false if you preferdependencies to be cached only when installing new tools.
File containing the Galaxy Tool Sheds that should be madeavailable to install from in the admin interface (.sample used ifdefault does not exist).The value of this option will be resolved with respect to.
Enable Galaxy to fetch containers registered with quay.iogenerated from tool requirements resolved through Conda. Thesecontainers (when available) have been generated using mulled - Container availability will vary bytool, this option will only be used for job destinations withDocker or Singularity enabled.
Container resolvers configuration. Set up a file describingcontainer resolvers to use when discovering containers for Galaxy.If this is set to None, the default container resolvers loaded isdetermined by enable_mulled_containers. For available options see _resolvers.html
Enable automatic polling of relative tool sheds to see if anyupdates are available for installed repositories. Ideally onlyone Galaxy server process should be able to check for repositoryupdates. The setting for hours_between_check should be an integerbetween 1 and 24.
XML config file that contains data table entries for theToolDataTableManager. This file is manually # maintained by theGalaxy administrator (.sample used if default does not exist).The value of this option will be resolved with respect to.
XML config file that contains additional data table entries forthe ToolDataTableManager. This file is automatically generatedbased on the current installed tool shed repositories that containvalid tool_data_table_conf.xml.sample files. At the time ofinstallation, these entries are automatically added to thefollowing file, which is parsed and applied to theToolDataTableManager at server start up.The value of this option will be resolved with respect to.
Datatypes config file(s), defines what data (file) types areavailable in Galaxy (.sample is used if default does not exist).If a datatype appears in multiple files, the last definition isused (though the first sniffer is used so limit snifferdefinitions to one file).The value of this option will be resolved with respect to.
Enable sniffing of compressed datatypes. This can beconfigured/overridden on a per-datatype basis in thedatatypes_conf.xml file. With this option set to false thecompressed datatypes will be unpacked before sniffing.
Each job is given a unique empty directory as its current workingdirectory. This option defines in what parent directory thosedirectories will be created.The value of this option will be resolved with respect to.
Set the default shell used by non-containerized jobs Galaxy-wide.This defaults to bash for all jobs and can be overridden at thedestination level for heterogeneous clusters. conda job resolutionrequires bash or zsh so if this is switched to /bin/sh forinstance - conda resolution should be disabled. Containerized jobsalways use /bin/sh - so more maximum portability tool authorsshould assume generated commands run in sh.
Whether to enable the tool document cache. This cache storesexpanded XML strings. Enabling the tool cache results in slightlyfaster startup times. The tool cache is backed by a SQLitedatabase, which cannot be stored on certain network disks. Thecache location is configurable with the tool_cache_data_dirtag in tool config files.
4a15465005